home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Plugins / Syn2 / HL / HelpContents.lcf < prev    next >
Encoding:
Text File  |  2007-12-12  |  3.7 KB  |  160 lines

  1. object SyntAnalyzer8: TLibSyntAnalyzer
  2.   Formats = <
  3.     item
  4.       DisplayName = 'Default'
  5.       Font.Charset = DEFAULT_CHARSET
  6.       Font.Color = clWindowText
  7.       Font.Height = -13
  8.       Font.Name = 'Courier New'
  9.       Font.Style = []
  10.       FormatType = ftCustomFont
  11.     end
  12.     item
  13.       DisplayName = 'Comment'
  14.       Font.Charset = DEFAULT_CHARSET
  15.       Font.Color = clRed
  16.       Font.Height = -13
  17.       Font.Name = 'Courier New'
  18.       Font.Style = [fsBold]
  19.     end
  20.     item
  21.       DisplayName = 'Level'
  22.       Font.Charset = DEFAULT_CHARSET
  23.       Font.Color = clBlue
  24.       Font.Height = -13
  25.       Font.Name = 'Courier New'
  26.       Font.Style = [fsBold]
  27.     end
  28.     item
  29.       DisplayName = 'Title'
  30.       Font.Charset = DEFAULT_CHARSET
  31.       Font.Color = clGreen
  32.       Font.Height = -13
  33.       Font.Name = 'Courier New'
  34.       Font.Style = [fsBold]
  35.     end
  36.     item
  37.       DisplayName = 'Reference'
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = clNavy
  40.       Font.Height = -13
  41.       Font.Name = 'Courier New'
  42.       Font.Style = [fsItalic]
  43.     end
  44.     item
  45.       DisplayName = 'Help file'
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clFuchsia
  48.       Font.Height = -13
  49.       Font.Name = 'Courier New'
  50.       Font.Style = [fsItalic, fsUnderline]
  51.     end
  52.     item
  53.       DisplayName = 'Help directory'
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clHighlight
  56.       Font.Height = -13
  57.       Font.Name = 'Courier New'
  58.       Font.Style = [fsBold, fsUnderline]
  59.       BgColor = clScrollBar
  60.     end
  61.     item
  62.       DisplayName = 'Marked block'
  63.       Font.Charset = DEFAULT_CHARSET
  64.       Font.Color = clHighlightText
  65.       Font.Height = -13
  66.       Font.Name = 'Courier New'
  67.       Font.Style = []
  68.       BgColor = clHighlight
  69.       FormatType = ftColor
  70.     end>
  71.   TokenRules = <
  72.     item
  73.       DisplayName = 'Comment'
  74.       StyleName = 'Comment'
  75.       TokenType = 1
  76.       Expression = '^[:;].*'
  77.       ColumnFrom = 0
  78.       ColumnTo = 0
  79.     end
  80.     item
  81.       DisplayName = 'Level'
  82.       StyleName = 'Level'
  83.       TokenType = 5
  84.       Expression = '^\d+'
  85.       ColumnFrom = 0
  86.       ColumnTo = 0
  87.     end
  88.     item
  89.       DisplayName = 'Reference'
  90.       StyleName = 'Reference'
  91.       TokenType = 2
  92.       Expression = '=[^@\n]+'
  93.       ColumnFrom = 0
  94.       ColumnTo = 0
  95.     end
  96.     item
  97.       DisplayName = 'Help file'
  98.       StyleName = 'Help file'
  99.       TokenType = 6
  100.       Expression = '@.*'
  101.       ColumnFrom = 0
  102.       ColumnTo = 0
  103.     end
  104.     item
  105.       DisplayName = 'Help directory'
  106.       StyleName = 'Help directory'
  107.       TokenType = 3
  108.       Expression = '[^=]*?$'
  109.       ColumnFrom = 0
  110.       ColumnTo = 0
  111.     end
  112.     item
  113.       DisplayName = 'Title'
  114.       StyleName = 'Title'
  115.       TokenType = 4
  116.       Expression = '[^=]*'
  117.       ColumnFrom = 0
  118.       ColumnTo = 0
  119.     end>
  120.   BlockRules = <
  121.     item
  122.       DisplayName = 'end'
  123.       BlockType = btRangeEnd
  124.       ConditionList = <
  125.         item
  126.           TokenTypes = 8
  127.         end>
  128.       BlockOffset = 2
  129.       HighlightPos = cpAny
  130.       IgnoreAsParent = False
  131.     end
  132.     item
  133.       DisplayName = 'Begin'
  134.       ConditionList = <
  135.         item
  136.           TokenTypes = 8
  137.         end>
  138.       BlockOffset = 1
  139.       BlockEnd = 'end'
  140.       EndOfTextClose = True
  141.       RefToCondEnd = True
  142.       HighlightPos = cpAny
  143.       IgnoreAsParent = False
  144.     end>
  145.   CodeTemplates = <>
  146.   SubAnalyzers = <>
  147.   TokenTypeNames.Strings = (
  148.     'Unknown'
  149.     'Comment'
  150.     'Reference'
  151.     'Help directory'
  152.     'Title'
  153.     'Level'
  154.     'Help file')
  155.   MarkedBlockStyle = 'Marked block'
  156.   DefaultStyleName = 'Default'
  157.   Extentions = 'cnt'
  158.   LexerName = 'Help contents'
  159. end
  160.